BinarySearch(Int32,Int32,Event,IComparer<Event>) Method
                In This Topic
            
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Function BinarySearch( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As Event, _
   ByVal  As System.Collections.Generic.IComparer(Of Event) _
) As System.Integer
             
        
            
            public System.int BinarySearch( 
   System.int ,
   System.int ,
   Event ,
   System.Collections.Generic.IComparer<Event> 
)
             
        
             
        
            Parameters
- index
- count
- item
- comparer
 
            
            
            
            
            
            
            
            
            
            
            
            See Also